From 40232e89ff4121bdfff71d97866a8f6563274cf0 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 13 Oct 2025 20:28:06 +0200 Subject: [PATCH] luci-mod-status: routes; refactor and add routesj page for ip -j output follow-up fix to 89ae891462ea9928fc2b01e25c1611b1b71352d5 fs depends here should be OR, not AND :) Signed-off-by: Paul Donald --- .../root/usr/share/luci/menu.d/luci-mod-status.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json index 0d2352c95c..23e8bdb61d 100644 --- a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json +++ b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json @@ -21,8 +21,7 @@ "depends": { "acl": [ "luci-mod-status-routes" ], "fs": [ - { "/usr/libexec/ip-tiny": "absent" }, - { "/usr/libexec/ip-full": "absent" } + { "/usr/libexec/ip-tiny": "absent", "/usr/libexec/ip-full": "absent" } ] } -- 2.30.2